X-Git-Url: https://permondes.de/gitweb/Analog_Engine.git/blobdiff_plain/7fbf87e4750e1393d9b6395818b70000ca99c758..6e4089e8217c971c0154c414f5fed5d0807d179e:/scripts/TP1%2008.23a%20stick%20falling.DELACE diff --git a/scripts/TP1 08.23a stick falling.DELACE b/scripts/TP1 08.23a stick falling.DELACE new file mode 100644 index 0000000..9256c37 --- /dev/null +++ b/scripts/TP1 08.23a stick falling.DELACE @@ -0,0 +1,16 @@ +coefficient(1): a + +integrate (y'') -> -y': + IC: +1 +integrate (-y') -> y +invert (y) -> -y +sin = y + +integrate (omega') -> -omega +a * sin -> a_times_sin +omega' = a_times_sin + +invert (-omega) -> omega +multiply (omega, omega) -> omega² +multiply (omega², -y) -> -omega²y +y'' = -omega²y